I was trying to achieve this but unable so any help appreciated thanks.

This is the code I tried:
\begin{figure}[h]
\renewcommand{\arraystretch}{1.5}
\centering
\scalebox{.8}
{
\begin{tabular}{>{\center}p{10cm}}
\framebox[10cm]{Some text here} \\
\framebox[10cm]{\{Some text here\}} \\
\framebox[10cm]{Some text here} \\
\framebox[10cm]{Some text here} \\
\framebox[10cm]{Some text here} \\
%\framebox[8cm]{\colorbox{BlueGreen}{Some text here}} \\
%\colorbox{BurntOrange}{Some text here} \\
\end{tabular}
}
\caption{User registration phase of proposed scheme}
\label{fig:User registration phase}
\end{figure}
