Render masks won't use the stencil buffer, as it's not supported on 100% of the target platforms (although it is certainly on 99% of them).
It also involves an extra rendering pass, and the fact that you can't easily define a mask without an existing object.
However, requesting a stencil buffer through SFML is supported at window creation (take a look at the WindowSettings structure).