I tried to answer using the three conditions to be a martingale (measurability, integrability, and martingality), validating the integrability condition, which is $$ E |e^{2B(t) - \alpha t} | < \infty $$ I found that $$ \alpha = 2 $$ This result is validated verifying the martingality condition.
Anyway, are there other ways to find the value of $\alpha$?
$$ Y_t = \mathrm{e}^{2B_t-\alpha t} $$ using Ito $$ dY_t = -\alpha Y_t dt + 2Y_tdB_t + \frac{4}{2}Y_t dB_t^2 = -\alpha Y_t dt + 2Y_tdB_t + 2Y_t dt = (2-\alpha)Y_tdt + 2Y_tdB_t $$ thus martingale requires a driftless SDE thus $\alpha = 2$. Was this the way you performed it?