If we chop a standard normal distribution in half and use only the positive side (scaled up by a factor of $2$ to maintain a proper density), then we get the so-called ‘half normal’ density:
$$f_X(x)=\sqrt{\frac{2}{\pi}}\exp(-\frac{1}{2}x^2),x>0$$
If $Z ∼ N(0, 1)$ then $|Z|$ has a half normal density.
$S$ is either $+1$ or $-1$ with equal probabilities. So $SX$ gives you back the negative side of the original normal you had. And you would scale it down (in your words) by a factor of two, regaining the original standard normal random variable.